home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue39 / userint / ObjInsp.dfm / ObjInsp.txt
Encoding:
Text File  |  1998-08-06  |  1.3 KB  |  65 lines

  1. object ObjInspector: TObjInspector
  2.   Left = 238
  3.   Top = 228
  4.   Width = 238
  5.   Height = 393
  6.   Caption = 'Object Inspector'
  7.   Color = clBtnFace
  8.   DragKind = dkDock
  9.   DragMode = dmAutomatic
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 230
  22.     Height = 366
  23.     Align = alClient
  24.     Caption = 'Panel1'
  25.     TabOrder = 0
  26.     object Panel2: TPanel
  27.       Left = 1
  28.       Top = 1
  29.       Width = 228
  30.       Height = 33
  31.       Align = alTop
  32.       Caption = 'Panel2'
  33.       TabOrder = 0
  34.       OnResize = Panel2Resize
  35.       object ComboBox1: TComboBox
  36.         Left = 1
  37.         Top = 1
  38.         Width = 224
  39.         Height = 24
  40.         ItemHeight = 16
  41.         TabOrder = 0
  42.         Text = 'ComboBox1'
  43.       end
  44.     end
  45.     object PageControl1: TPageControl
  46.       Left = 1
  47.       Top = 34
  48.       Width = 228
  49.       Height = 331
  50.       ActivePage = TabSheet1
  51.       Align = alClient
  52.       MultiLine = True
  53.       ScrollOpposite = True
  54.       TabOrder = 1
  55.       object TabSheet1: TTabSheet
  56.         Caption = 'Properties'
  57.       end
  58.       object TabSheet2: TTabSheet
  59.         Caption = 'Events'
  60.         ImageIndex = 1
  61.       end
  62.     end
  63.   end
  64. end
  65.